﻿.transform-heading {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
}

    .transform-heading .highlight {
        color: #0451BB;
        font-size: 2rem;
    }
.trasnform-description {

    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

    .trasnform-description p {
        font-weight: 400;
        color: #555;
    }
.retreat-part-all{
    display:flex;
    align-items:center;
}
.view-packages-btn {
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: #0451BB;
    box-shadow: 0px 20px 35px 0px #C3DBFB;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

    .view-packages-btn:hover {
        background: #033E8C;
    }

.icofont-thin-right {
    background: #0451BB;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 23px;
    float: right;
}

.divider-line {
    border-top: 1px solid #ccc;
    z-index: -1;
    position: relative;
    top: -24px;
}
.view-retreat-part{
    margin:1.2rem auto;
}
.all-hp{
    margin:1.5rem auto;
}
.hover-all-part {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
}

.main-ret-part {
    width: 100%;
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 0.5s ease-in-out;
}

.all-hover-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hover-ret-part {
    display: flex;
    width: 100%;
    height: 100%;
    border: 0.5px solid #d8d8d8;
    background-size: cover;
    background-position: center;
}

.half-ret-part {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    position:relative;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}
.half-text-desc {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}

.half-ret-part {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    flex-direction: column;
}
.all-half-ret {
    position: absolute;
    bottom: 10%;
}

.inner-arrow img {
    width: 40px; /* Adjust size */
    height: auto;
  
}

.inner-half-text p {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;

}

.half-text-desc {
    background: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    padding: 20px;
}

.text-desc-head {
    font-size: 14px;
    color: black;
    font-family: 'Inter';
}
.text-desc-head-desc {
    font-family: 'Inter';
    font-size: 12px;
    width: 100%;
    line-height: 1.2;
    word-wrap: break-word;
}
.hover-all-part:hover .main-ret-part {
    opacity: 0;
}

.hover-all-part:hover .all-hover-part {
    opacity: 1;
}
.inner-arrow{
    text-align:center;
}
.bottom-center-text {
    position: absolute;
    bottom: 20px;
    left: 10%;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Inter';
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.top-right-text {
    position: absolute;
    top: 10px;
    right: 8px;
    color: #383838;
    font-size: 0.8rem;
    margin: 0;
    font-family: 'Inter';
    font-weight: bold;
    background: #fff;
    padding: 4px 16px;
    border-radius: 8px;
}

/*
Insta section CSS*/


.app-download-section {
    padding: 20px;
}

.main-heading {
    color: #000;
    font-weight: 600;
    font-size: 28px;
}

.sub-heading {
    color: #4B70E2;
    font-weight: 600;
    font-size: 21px;
    margin: 0px 0px 30px 0px;
}

.qr-container {
    display: flex;
    gap: 15px;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 7px;
    border-radius: 10px;
    width: 80%;
    background: #fff;
    justify-content: center;
}

.qr-image {
    width: 25%;
    background: #8488ff;
    padding: 13px 12px;
    border-radius: 10px;
}
.qr-text {
    text-align: center;
    width: 100%;
}

    .qr-text h3 {
        font-size: 16px;
        width: 70%;
        margin: 20px auto 0 auto;
        font-weight: 500;
    }

.highlight {
    color: #4B70E2;
}

.download-btn {
    background: #FF7C4E;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.cult-app-img {
    width: 90%;
   
}
.qr-part-app{
    display:flex;
    align-items:center;
}
.cult-app-image {
    position: relative;
}
.app-part {
    height: 500px;
    position: relative;
    margin:2rem auto;
}
@media only screen and (min-width: 320px) and (max-width: 650px) {
    .retreat-part-all {
        flex-direction: column;
        align-items:start;
    }
    .transform-heading {
        font-size: 1.2rem;
    }
        .transform-heading .highlight {
            color: #0451BB;
            font-size: 1.2rem;
        }
    .trasnform-description p {
       
        line-height: 1.2;
        font-family: 'INTER';
    }
    .hover-all-part {
        height: 210px;
        margin-bottom: 1rem;
    }
    .half-text-desc {
        width: 75%;
        height: 100%;
        
    }
    .text-desc-head {  
        line-height: 1.2;
        
    }
    .half-ret-part {
        width: 25%;
       
    }
    .qr-part-app {
        flex-direction:column;
    }
    .main-heading {  
        font-size: 18px;
    }
    .sub-heading {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    .qr-container {
       
        border-radius: 10px;
        width: 100%;
       
    }
    .app-part {
        margin-bottom: 10rem;
    }
    .qr-text h3 {
        font-size: 14px;
        width: 100%;
        margin: 10px auto 0 auto;
    }
    .all-hp {
        display: block;
       
    }
        .all-hp .col-md-3 {
            width: 100%;
            margin-bottom: 20px;
        }
    .retreat-part-all {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

}
@media only screen and (min-width: 651px) and (max-width: 1024px) {
    .app-download-section {
        padding: 0px;
    }
    .main-heading {
        font-size: 22px;
    }
    .sub-heading {
        font-size: 16px;
        margin: 0px 0px 30px 0px;
    }
    .qr-container {
        display: flex;
        gap: 15px;
        width: 100%;
        background: #fff;
        justify-content: center;
    }
    .qr-text h3 {
        font-size: 16px;
        width: 100%;
        margin: 10px auto 0 auto;
        font-weight: 500;
    }
    .app-part {
        height: auto;
        position: relative;
        margin: 2rem auto;
    }
    .hover-all-part {
      
        margin: 1rem auto;
        height: 250px;
        overflow: hidden;
        border-radius: 8px;
    }
    .transform-heading {
        font-size: 1.6rem;
    }
        .transform-heading .highlight {
            color: #0451BB;
            font-size: 1.6rem;
        }
    .all-hp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
        .all-hp .col-md-3 {
            width: 50%;
            margin-bottom: 20px;
        }
}